home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue29 / art_tips / ART_TIPS.ZIP / Tips / BCBuilder / FormTips.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-13  |  2.3 KB  |  71 lines

  1. //----------------------------------------------------------------------------
  2. // FormTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: FormTips.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef FormTipsHPP
  6. #define FormTipsHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <Buttons.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Dialogs.hpp>
  12. #include <Forms.hpp>
  13. #include <Controls.hpp>
  14. #include <Graphics.hpp>
  15. #include <Classes.hpp>
  16. #include <SysUtils.hpp>
  17. #include <System.hpp>
  18. namespace Formtips
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. class __declspec(delphiclass) TfrmTips;
  22. class __declspec(pascalimplementation) TfrmTips : public Forms::TForm
  23. {
  24.     typedef Forms::TForm inherited;
  25.     
  26. __published:
  27.     Extctrls::TPanel* Panel1;
  28.     Stdctrls::TLabel* TipText;
  29.     Stdctrls::TCheckBox* cbShowAtStart;
  30.     Stdctrls::TButton* btnClose;
  31.     Extctrls::TImage* Image1;
  32.     Stdctrls::TLabel* TipHelp;
  33.     Stdctrls::TButton* btnNext;
  34.     Extctrls::TBevel* Bevel1;
  35.     Stdctrls::TButton* btnEdit;
  36.     Stdctrls::TButton* btnHelp;
  37.     void __fastcall OkClick(System::TObject* p0);
  38.     void __fastcall btnNextClick(System::TObject* p0);
  39.     void __fastcall FormActivate(System::TObject* p0);
  40.     void __fastcall FormCreate(System::TObject* p0);
  41.     void __fastcall FormDestroy(System::TObject* p0);
  42.     void __fastcall btnEditClick(System::TObject* p0);
  43.     void __fastcall btnHelpClick(System::TObject* p0);
  44.     void __fastcall btnCloseClick(System::TObject* p0);
  45.     
  46. public:
  47.     int Index;
  48.     Classes::TStringList* Tips;
  49. public:
  50.     /* TForm.Create */ __fastcall virtual TfrmTips(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
  51.         
  52.     /* TForm.CreateNew */ __fastcall TfrmTips(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  53.         , Dummy) { }
  54.     /* TForm.Destroy */ __fastcall virtual ~TfrmTips(void) { }
  55.     
  56. public:
  57.     /* TWinControl.CreateParented */ __fastcall TfrmTips(HWND ParentWindow) : Forms::TForm(ParentWindow
  58.         ) { }
  59.     
  60. };
  61.  
  62. //-- var, const, procedure ---------------------------------------------------
  63. extern TfrmTips* frmTips;
  64.  
  65. }    /* namespace Formtips */
  66. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  67. using namespace Formtips;
  68. #endif
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // FormTips
  71.